home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 36
/
Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso
/
-seriously_amiga-
/
comms
/
other
/
cmanager
/
rexx
/
sendaweb.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-12-07
|
373b
|
22 lines
/*
* $VER: SendAWeb.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','AWEB.1') then do
address 'AWEB.1'
OPEN args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'AWEB.1'
if show('P','AWEB.1') then do
address 'AWEB.1'
OPEN args
Exit
end